home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Resources / Paint.NET v2.5 RC2 / PaintDotNet_2_5_RC2.exe / PaintDotNet.msi / _4FA3B2B2FD182F4AE6FD2CC84DA8C336 < prev    next >
Encoding:
Text File  |  2005-11-16  |  5.5 KB  |  157 lines

  1. <html>
  2.  
  3. <!-- #BeginTemplate "pdn_help.dwt" -->
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7. <!-- #BeginEditable "title" -->
  8. <title>Paint.NET Help - Main Window</title>
  9. <!-- #EndEditable -->
  10. <link rel="stylesheet" type="text/css" href="../stylesheet.css">
  11. </head>
  12.  
  13. <body>
  14.  
  15. <div id="banner">
  16.     <img border="0" src="../images/logo.png" width="229" height="73" align="left"><p><b><br>
  17.     NOTE:</b> This document is still being written (it is "under construction"). Its contents are preliminary, incomplete, 
  18.     and subject to change.</p>
  19. </div>
  20. <div id="leftnav">
  21.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  22.         <li><a href="index.html">Overview</a><br>
  23.         </li>
  24.         <li><a href="Features.html">Features</a><br>
  25.         </li>
  26.     </ul>
  27.     <h3>Concepts</h3>
  28.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  29.         <li>Layers and Transparency<br>
  30.         </li>
  31.         <li>Selections<br>
  32.         </li>
  33.     </ul>
  34.     <h3>User Interface</h3>
  35.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  36.         <li><a href="KeyboardMouseCommands.html">Keyboard & Mouse Commands</a></li>
  37.         <li><a href="MainWindow.html">Main Window</a></li>
  38.         <li><a href="MenuBar.html">Menu Bar</a>
  39.         <ul class="toc">
  40.             <li><a href="File.html">File</a></li>
  41.             <li><a href="Edit.html">Edit</a></li>
  42.             <li><a href="View.html">View</a></li>
  43.             <li><a href="Image.html">Image</a></li>
  44.             <li><a href="Layers.html">Layers</a>
  45.             <ul class="toc">
  46.                 <li class="comment"><a href="RotateZoom.html">Rotate / Zoom</a></li>
  47.                 <li><a href="Adjustments.html">Adjustments</a>
  48.                 <ul class="toc">
  49.                     <li><a href="Levels.html">Levels</a></li>
  50.                 </ul>
  51.                 </li>
  52.             </ul>
  53.             </li>
  54.             <li><a href="Effects.html">Effects</a></li>
  55.             <li><a href="Tools.html">Tools</a></li>
  56.             <li><a href="Window.html">Window</a></li>
  57.             <li><a href="Help.html">Help</a></li>
  58.             <li>Toolbar</li>
  59.         </ul>
  60.         </li>
  61.         <li>Tools Window<ul class="toc">
  62.             <li>Selection Tools</li>
  63.             <li>Brush Tools</li>
  64.             <li>Pixel Tools</li>
  65.             <li>Shape Tools</li>
  66.             <li>Text Tool</li>
  67.             <li>Paint Bucket</li>
  68.             <li>Clone Stamp</li>
  69.             <li>Recolor Tool</li>
  70.         </ul>
  71.         </li>
  72.         <li>History Window</li>
  73.         <li>Layers Window</li>
  74.         <li><a href="ColorsWindow.html">Colors Window</a></li>
  75.         <li>Status Bar</li>
  76.     </ul>
  77.     </li>
  78.     <h3>Other</h3>
  79.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  80.         <li><a href="FAQ.html">FAQ (Frequently Asked Questions)</a></li>
  81.         <li><a href="UnattendedInstallation.html">Unattended Installation</a></li>
  82.         <li><a href="SystemRequirements.html">System Requirements</a></li>
  83.         <li><a href="WebLinks.html">Web Links</a></li>
  84.         <li><a href="License.html">License</a></li>
  85.     </ul>
  86. </div>
  87. <div id="content">
  88.     <!-- #BeginEditable "content" -->
  89.     <div id="content0">
  90.         <h2>Main Window</h2>
  91.         <p>The Paint.NET user interface is broken up in to 9 major areas:</p>
  92.         <p><img border="0" src="Images/MainWindow.gif" width="650" height="548"></p>
  93.         <ol>
  94.             <li>
  95.             <h3>Titlebar </h3>
  96.             <p>This tells you the name of the image you are working with, as well as the current zoom level and the version 
  97.             of Paint.NET you are using.</p>
  98.             </li>
  99.             <li>
  100.             <h3><a href="MenuBar.html">Menu Bar</a></h3>
  101.             <p>This is where you can access the various menu items. Quite often, commands accessible from this location 
  102.             will be referenced using <b>Menu → Command</b> notation. For example, <b>File → Exit</b>  means to clicking 
  103.             on the File menu, and then click on the Exit command.</p>
  104.             </li>
  105.             <li>
  106.             <h3>Toolbar </h3>
  107.             <p>Right below the menus there are several icons and controls for executing various commands or adjusting certain 
  108.             global drawing options.</p>
  109.             </li>
  110.             <li>
  111.             <h3>Image canvas </h3>
  112.             <p>This is where the image is visible, and is also the area where you may draw.</p>
  113.             </li>
  114.             <li>
  115.             <h3>Tools Window </h3>
  116.             <p>This where the active tool is highlighted, and also where you may choose from other tools. It is also where 
  117.             the selected primary and secondary colors are displayed.</p>
  118.             </li>
  119.             <li>
  120.             <h3>History Window </h3>
  121.             <p>Everything you've done to an image since you opened it is listed in this window.</p>
  122.             </li>
  123.             <li>
  124.             <h3>Layers Window </h3>
  125.             <p>Every image contains at least <i>one layer</i>, and this window is your primary area for managing them.</p>
  126.             </li>
  127.             <li>
  128.             <h3><a href="ColorsWindow.html">Colors Window</a></h3>
  129.             <p>This is the primary area for selecting colors to draw with. It consists of <i>a color wheel</i>, a <i>saturation 
  130.             slider</i>. If you have expanded the window with the "More" button then it will also contain several controls 
  131.             for fine tuning and exactly specifying color values.</p>
  132.             </li>
  133.             <li>
  134.             <h3>Status Bar </h3>
  135.             <p>This area is divided into several sections. The first, on the left, displays quick help and status information. 
  136.             The next sections display rendering progress (if pertinent), image size, and the cursor location within the 
  137.             image.</p>
  138.             </li>
  139.         </ol>
  140.     </div>
  141.     <!-- #EndEditable -->
  142.     <h4><br>
  143.     <br>
  144.     </h4>
  145.     <font color="#808080" size="1">Copyright <font face="Times New Roman">⌐ 2005 </font>Rick Brewster, Chris Crosetto, Tom 
  146.     Jackson, Michael Kelsey, Brandon Ortiz, Craig Taylor, Chris Trevino, and Luke Walker. Portions Copyright
  147.     <font face="Times New Roman">⌐ 2005 </font>Microsoft Corporation. All Rights Reserved.</font><font size="1"> <br>
  148.     </font>
  149. </div>
  150. </b>
  151.  
  152. </body>
  153.  
  154. <!-- #EndTemplate -->
  155.  
  156. </html>
  157.